home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1998 July / EnigmA AMIGA RUN 29 (1998)(G.R. Edizioni)(IT)[!][issue 1998-07 & 08].iso / cd-sup / importanti / undelete / copytoc next >
Text File  |  1998-02-02  |  291b  |  14 lines

  1. .
  2. if exists C:Echo
  3.     resident C:Echo
  4. endif
  5. echo ""
  6. echo "This script will copy `UnDelete' to your C: directory."
  7. ask "Continue? [y/N]"
  8. if WARN
  9.     copy UnDelete C:
  10.     echo "Ready."
  11.     echo "DO read `UnDelete.doc'; it's small but important!"
  12.     echo ""
  13. endif
  14. echo "Select closegadget..."